home *** CD-ROM | disk | FTP | other *** search
/ CD Concept 7 / CD Concept 07.iso / pc / skfiles / sk.bak < prev   
Text File  |  1995-03-09  |  236b  |  14 lines

  1. @echo off
  2. if "%1"=="" goto error
  3. rem  ***** place movie titles below!
  4. :loop
  5. sksample.exe %1 %2 %3
  6. if errorlevel 1 goto end
  7. skintro.exe %1 %2 %3
  8. if errorlevel 1 goto end
  9. goto loop
  10.  
  11. :error
  12. @echo this requires a command!
  13.  
  14. :end